home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Boss - 99 Games / Powersource Multimedia - Windows Game Boss 99 Games.iso / setfold.dfm / setfold.txt
Text File  |  1995-12-25  |  633b  |  37 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 104
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object Button1: TButton
  15.     Left = 104
  16.     Top = 88
  17.     Width = 89
  18.     Height = 33
  19.     Caption = 'Button1'
  20.     TabOrder = 0
  21.     OnClick = Button1Click
  22.   end
  23.   object Button2: TButton
  24.     Left = 217
  25.     Top = 54
  26.     Width = 89
  27.     Height = 33
  28.     Caption = 'Button2'
  29.     TabOrder = 1
  30.     OnClick = Button2Click
  31.   end
  32.   object Dde: TDdeClientConv
  33.     Left = 199
  34.     Top = 120
  35.   end
  36. end
  37.